golang.org/x/net/http2.http2Config.SendPingTimeout (field)
8 uses
net/http
h2_bundle.go#L1061: SendPingTimeout time.Duration
h2_bundle.go#L1078: SendPingTimeout: h2.ReadIdleTimeout,
h2_bundle.go#L1096: SendPingTimeout: h2.ReadIdleTimeout,
h2_bundle.go#L1186: conf.SendPingTimeout = h2.SendPingTimeout
h2_bundle.go#L4922: if conf.SendPingTimeout > 0 {
h2_bundle.go#L4923: sc.readIdleTimeout = conf.SendPingTimeout
h2_bundle.go#L4924: sc.readIdleTimer = sc.srv.afterFunc(conf.SendPingTimeout, sc.onReadIdleTimer)
h2_bundle.go#L8117: readIdleTimeout: conf.SendPingTimeout,
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)